+Sat Jan 9 17:36:20 1999 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.
+
+Sat Jan 9 17:27:49 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c (gtk_file_selection_populate):
+ Mark another string for internationalization.
+ [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
+
Sat Jan 9 14:02:08 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_force_window): Set
+Sat Jan 9 17:36:20 1999 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.
+
+Sat Jan 9 17:27:49 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c (gtk_file_selection_populate):
+ Mark another string for internationalization.
+ [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
+
Sat Jan 9 14:02:08 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_force_window): Set
+Sat Jan 9 17:36:20 1999 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.
+
+Sat Jan 9 17:27:49 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c (gtk_file_selection_populate):
+ Mark another string for internationalization.
+ [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
+
Sat Jan 9 14:02:08 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_force_window): Set
+Sat Jan 9 17:36:20 1999 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.
+
+Sat Jan 9 17:27:49 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c (gtk_file_selection_populate):
+ Mark another string for internationalization.
+ [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
+
Sat Jan 9 14:02:08 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_force_window): Set
+Sat Jan 9 17:36:20 1999 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.
+
+Sat Jan 9 17:27:49 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c (gtk_file_selection_populate):
+ Mark another string for internationalization.
+ [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
+
Sat Jan 9 14:02:08 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_force_window): Set
+Sat Jan 9 17:36:20 1999 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.
+
+Sat Jan 9 17:27:49 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c (gtk_file_selection_populate):
+ Mark another string for internationalization.
+ [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
+
Sat Jan 9 14:02:08 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_force_window): Set
+Sat Jan 9 17:36:20 1999 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.
+
+Sat Jan 9 17:27:49 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c (gtk_file_selection_populate):
+ Mark another string for internationalization.
+ [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
+
Sat Jan 9 14:02:08 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c (gtk_tooltips_force_window): Set
AC_SUBST(REBUILD)
# i18n stuff
-ALL_LINGUAS="de fr nl pt ja sv pl no ko it"
+ALL_LINGUAS="de fr nl pt ja sv pl no ko it cs"
AM_GTK_GNU_GETTEXT
AC_CHECK_FUNC(gettext,
,
if (fs->selection_entry)
{
- sel_text = g_new (char, strlen (cmpl_reference_position (cmpl_state)) +
- sizeof ("Selection: "));
- strcpy (sel_text, "Selection: ");
- strcat (sel_text, cmpl_reference_position (cmpl_state));
+ sel_text = g_strconcat (_("Selection: "),
+ cmpl_reference_position (cmpl_state),
+ NULL);
gtk_label_set_text (GTK_LABEL (fs->selection_text), sel_text);
g_free (sel_text);